home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Info 1994 March
/
Internet Info CD-ROM (Walnut Creek) (March 1994).iso
/
networking
/
mail
/
mh
/
contrib
/
multimedia
/
mhweather.shar
/
Makefile
< prev
next >
Wrap
Makefile
|
1993-03-15
|
1KB
|
43 lines
# Makefile for MH-MIME weather stuff
# Author: Jerry Sweet <jsweet@irvine.com>
# $Header: /t/users/jsweet/src/mh-front/RCS/Makefile.weather,v 1.1 1992/11/14 02:06:21 jsweet Exp jsweet $
# Define this if make doesn't know about environment variables
# HOME=/q2/uh/jsweet
# N.B.: If you modify this, keep the trailing slash (/)!
# This is where the programs get installed.
BINDIR=$(HOME)/bin/
# These rules prevent make from going berserk with .l files:
.DEFAULT:
.SUFFIXES:
BINSTUFF=$(BINDIR)mail.weather.ext $(BINDIR)mhnsend
STUFF=Makefile README mail.weather.ext mhnsend mail.weather.ext.l
install: $(BINSTUFF)
uushar: mhweather.shar.uu
shar: mhweather.shar
mhweather.shar: $(STUFF)
mkshar -h mhweather.shar $(STUFF)
mhweather.shar.uu: mhweather.shar
uuencode mhweather.shar <mhweather.shar >mhweather.shar.uu
$(BINDIR)mail.weather.ext: mail.weather.ext
-rm -f $(BINDIR)mail.weather.ext
cp mail.weather.ext $(BINDIR)
chmod 555 $(BINDIR)mail.weather.ext
$(BINDIR)mhnsend: mhnsend
-rm -f $(BINDIR)mhnsend
cp mhnsend $(BINDIR)
chmod 555 $(BINDIR)mhnsend